home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_doom / bakpak21.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-09-01  |  1KB  |  55 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.     This will add all the sprites to DooMII Backpack V2.1.
  6. echo.   Don't worry. This won't tamper with any of the DOOM2 files.
  7. echo.                   press ctrl-c to stop, or
  8. pause
  9. echo.
  10. if exist backpack.wad goto ok
  11. echo.
  12. echo.            BACKPACK.WAD is missing!
  13. echo.
  14. echo.
  15. goto exit
  16. :ok
  17. if exist doom2.wad goto ok2
  18. echo.
  19. echo.
  20. echo        ... cannot find DOOM2.WAD
  21. echo.
  22. echo.
  23. echo.
  24. goto exit
  25. :ok2
  26. if exist deusf.exe goto ok3
  27. echo.
  28. echo.
  29. echo     You must have a copy of DEUSF.EXE to install DooMII Backpack
  30. echo.
  31. echo      ... you should have got a copy with this wad.
  32. echo.
  33. echo.
  34. echo.
  35. goto exit
  36. :ok3
  37. deusf -as backpack.wad
  38. cls
  39. echo.
  40. echo.
  41. echo.
  42. echo.      DooMII Backpack V2.1 has been successfully installed.
  43. echo.         In future, just type BACKPACK to play.
  44. echo.
  45. pause
  46. doom2 -file backpack.wad      
  47. echo.         
  48. echo.       Thankyou for playing DooMII Backpack V2.1 - please let me know 
  49. echo.                         what you think.
  50. echo.
  51. echo.
  52. goto exit
  53. :exit
  54.  
  55.